.NET Code Profiling | Standard | Pro | Bundle |
---|
Profile .NET executables, ASP.NET web applications, Windows services, Silverlight, SharePoint, Windows Store apps, and COM+ server applications – including multi-threaded applications | | | |
Line-level timings (instrumented profiling mode) | | | |
Sampling mode, for minimal-overhead profiling | | | |
Attach to a running process | | | |
Timeline: get real-time feedback on your application's performance and select interesting regions to focus your profiling results on | | | |
Call Tree: auto-expands to highlight the worst performing stack traces | | | |
Save and export profiler results | | | |
Profile C#5 async code | | | |
Call graph view: visualize all callers and callees for a selected method | | | |
Integrated decompilation: get source code and timings for third-party and framework methods | | | |
Command-line access | | | |
Profile child processes | | | |
Database call profiling | Standard | Pro | Bundle |
---|
View SQL query strings, timings, and hit counts in the call tree | | | |
Profile calls to all SQL Server versions, including Express and Compact | | | |
Profile calls to Oracle databases | | | |
Profile calls to MySQL (or MariaDB) | | | |
Profile calls to PostgreSQL | | | |
Profile calls to databases hosted in the cloud (Amazon RDS and SQL Azure) | | | |
Understand what .NET code led to queries being executed | | | |
File I/O profiling | Standard | Pro | Bundle |
---|
Dedicated file I/O view: see what files have been accessed | | | |
See disk read / write speeds for individual files | | | |
Incoming HTTP request grouping | Standard | Pro | Bundle |
---|
View timing data and hit counts for inbound HTTP calls to any ASP.NET application | | | |
See methods in your ASP.NET app grouped by the HTTP requests that triggered them | | | |
Investigate performance problems related to specific web pages | | | |
Profile more | Standard | Pro | Bundle |
---|
ANTS Memory Profiler: find memory leaks and understand how your application uses memory | | | |
.NET Reflector VSPro: debug third-party code in Visual Studio | | | |